//==============================================================================
// fountain_anim.txt
//==============================================================================


//==============================================================================

define waterlarge
{
   set hotspot
   {
      version
      {
         Visualparticle sfx c geyser water
      }
   }
}

//==============================================================================
anim Idle
{
	SetSelector
	{
		set hotspot
		{
			version
			{
				VisualNone world a geyser
				Length 1.0
			}
		}
	}
}



//==============================================================================
anim bored
{
	SetSelector
	{
		set hotspot
		{
			version
			{
				VisualNone world a geyser
				connect ATTACHPOINT waterlarge hotspot
//-- auto generated by the bang animation tool
//-- do not hand edit these values
                  tag SpecificSoundSet 0.00 true geyserbirth checkVisible 
                  tag SpecificSoundSet 0.25 true fountain checkVisible
                  tag SpecificSoundSet 0.61 true fountain checkVisible
//-- end auto generated section
				Length 15.0
			}
		}
	}
}

